home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / Alice 2.4 E / Secrets Of Alice 2.4 / Secrets Of Alice 2.4.rsrc / TEXT_136.txt < prev    next >
Encoding:
Text File  |  1994-06-04  |  809 b   |  18 lines

  1. Packer Interface
  2. Alice currently supports a file-based interface that is intended to allow packing programs to pack an upload mailbag automatically. No packer currently supports this interface. If you are writing a packer, you may want to include this interface, or supply details of your interface to the author so he can support it in Alice. It would be nice to have an Apple-Event based standard interface for packers, but no standard currently exists.
  3. Alice launches the packer and tells it to open a parameter file, whose contents are as follows.
  4.  
  5. The file contains a number of lines, separated by CR/LF:
  6. Operation ("P"=pack, "D"=unpack)
  7. Filename of the packed file
  8. Filetype of the packed file
  9. List of files to include in the packed file (one per line)
  10.  
  11. Example:
  12. P
  13. 224346.REP
  14. zBIN
  15. 224346.MSG
  16. I Love
  17. EDDA
  18.